home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_emacs.idb / usr / freeware / info / emacs-1.z / emacs-1
Encoding:
GNU Info File  |  1998-10-28  |  30.3 KB  |  691 lines

  1. This is Info file ../info/emacs, produced by Makeinfo-1.63 from the
  2. input file emacs.texi.
  3.  
  4. 
  5. File: emacs,  Node: Top,  Next: Distrib,  Prev: (dir),  Up: (dir)
  6.  
  7. The Emacs Editor
  8. ****************
  9.  
  10.    Emacs is the extensible, customizable, self-documenting real-time
  11. display editor.  This Info file describes how to edit with Emacs and
  12. some of how to customize it, but not how to extend it.  It corresponds
  13. to GNU Emacs version 19.34.
  14.  
  15. * Menu:
  16.  
  17. * Distrib::          How to get the latest Emacs distribution.
  18. * Copying::          The GNU General Public License gives you permission
  19.             to redistribute GNU Emacs on certain terms;
  20.             it also explains that there is no warranty.
  21. * Intro::          An introduction to Emacs concepts.
  22. * Glossary::          The glossary.
  23. * Antinews::          Information about Emacs version 19.28.
  24. * MS-DOS::            Using Emacs on MS-DOS (otherwise known as "MS-DOG").
  25. * Manifesto::          What's GNU?  Gnu's Not Unix!
  26. * Acknowledgments::   Major contributors to GNU Emacs.
  27.  
  28. Indexes, nodes containing large menus
  29. * Key Index::          An item for each standard Emacs key sequence.
  30. * Command Index::     An item for each command name.
  31. * Variable Index::    An item for each documented variable.
  32. * Concept Index::     An item for each concept.
  33.  
  34. Important General Concepts
  35. * Screen::          How to interpret what you see on the screen.
  36. * User Input::          Kinds of input events (characters, buttons,
  37.                         function keys).
  38. * Keys::          Key sequences: what you type to request one
  39.                         editing action.
  40. * Commands::          Named functions run by key sequences to do editing.
  41. * Text Characters::   Character set for text (the contents of buffers
  42.             and strings).
  43. * Entering Emacs::    Starting Emacs from the shell.
  44. * Exiting::          Stopping or killing Emacs.
  45. * Command Arguments:: Hairy startup options.
  46.  
  47. Fundamental Editing Commands
  48. * Basic::          The most basic editing commands.
  49. * Minibuffer::          Entering arguments that are prompted for.
  50. * M-x::              Invoking commands by their names.
  51. * Help::          Commands for asking Emacs about its commands.
  52.  
  53. Important Text-Changing Commands
  54. * Mark::          The mark: how to delimit a "region" of text.
  55. * Killing::          Killing text.
  56. * Yanking::          Recovering killed text.  Moving text.
  57. * Accumulating Text:: Other ways of copying text.
  58. * Rectangles::          Operating on the text inside a rectangle on the screen.
  59. * Registers::          Saving a text string or a location in the buffer.
  60. * Display::          Controlling what text is displayed.
  61. * Search::          Finding or replacing occurrences of a string.
  62. * Fixit::          Commands especially useful for fixing typos.
  63.  
  64. Larger Units of Text
  65. * Files::          All about handling files.
  66. * Buffers::          Multiple buffers; editing several files at once.
  67. * Windows::          Viewing two pieces of text at once.
  68. * Frames::          Running the same Emacs session in multiple X windows.
  69.  
  70. Advanced Features
  71. * Major Modes::          Text mode vs. Lisp mode vs. C mode ...
  72. * Indentation::          Editing the white space at the beginnings of lines.
  73. * Text::          Commands and modes for editing English.
  74. * Programs::          Commands and modes for editing programs.
  75. * Building::          Compiling, running and debugging programs.
  76. * Abbrevs::          How to define text abbreviations to reduce
  77.             the number of characters you must type.
  78. * Picture::          Editing pictures made up of characters
  79.             using the quarter-plane screen model.
  80. * Sending Mail::      Sending mail in Emacs.
  81. * Rmail::          Reading mail in Emacs.
  82. * Dired::          You can "edit" a directory to manage files in it.
  83. * Calendar/Diary::    The calendar and diary facilities.
  84. * Gnus::          How to read netnews with Emacs.
  85. * Shell::          Executing shell commands from Emacs.
  86. * Emacs Server::      Using Emacs as an editing server for `mail', etc.
  87. * Hardcopy::          Printing buffers or regions.
  88. * Postscript::          Printing buffers or regions as Postscript.
  89. * Sorting::          Sorting lines, paragraphs or pages within Emacs.
  90. * Narrowing::          Restricting display and editing to a portion
  91.             of the buffer.
  92. * Two-Column::          Splitting apart columns to edit them
  93.              in side-by-side windows.
  94. * Editing Binary Files:: Using Hexl mode to edit binary files.
  95. * Saving Emacs Sessions:: Saving Emacs state from one session to the next.
  96. * Recursive Edit::    A command can allow you to do editing
  97.             "within the command".  This is called a
  98.             `recursive editing level'.
  99. * Emulation::          Emulating some other editors with Emacs.
  100. * Dissociated Press:: Dissociating text for fun.
  101. * Amusements::          Various games and hacks.
  102. * Customization::     Modifying the behavior of Emacs.
  103.  
  104. Recovery from Problems.
  105. * Quitting::          Quitting and aborting.
  106. * Lossage::          What to do if Emacs is hung or malfunctioning.
  107. * Bugs::          How and when to report a bug.
  108. * Contributing::      How to contribute improvements to Emacs.
  109. * Service::          How to get help for your own Emacs needs.
  110.  
  111. Here are some other nodes which are really inferiors of the ones
  112. already listed, mentioned here so you can get to them in one step:
  113.  
  114.  -- The Detailed Node Listing --
  115.  
  116. The Organization of the Screen
  117.  
  118. * Point::    The place in the text where editing commands operate.
  119. * Echo Area::   Short messages appear at the bottom of the screen.
  120. * Mode Line::    Interpreting the mode line.
  121.  
  122. Basic Editing Commands
  123.  
  124. * Inserting Text::     Inserting text by simply typing it.
  125. * Moving Point::       How to move the cursor to the place where you want to
  126.              change something.
  127. * Erasing::           Deleting and killing text.
  128. * Undo::           Undoing recently made changes in the text.
  129. * Files: Basic Files.  Visiting, creating, and saving files.
  130. * Help: Basic Help.    Asking what a character does.
  131. * Blank Lines::           Commands to make or delete blank lines.
  132. * Continuation Lines:: Lines too wide for the screen.
  133. * Position Info::      What page, line, row, or column is point on?
  134. * Arguments::           Numeric arguments for repeating a command.
  135.  
  136. The Minibuffer
  137.  
  138. * Minibuffer File::       Entering file names with the minibuffer.
  139. * Minibuffer Edit::       How to edit in the minibuffer.
  140. * Completion::          An abbreviation facility for minibuffer input.
  141. * Minibuffer History::      Reusing recent minibuffer arguments.
  142. * Repetition::          Re-executing commands that used the minibuffer.
  143.  
  144. Help
  145.  
  146. * Help Summary::    Brief list of all Help commands.
  147. * Key Help::        Asking what a key does in Emacs.
  148. * Name Help::        Asking about a command, variable or function name.
  149. * Apropos::        Asking what pertains to a given topic.
  150. * Library Keywords::    Finding Lisp libraries by keywords (topics).
  151. * Misc Help::        Other help commands.
  152.  
  153. The Mark and the Region
  154.  
  155. * Setting Mark::    Commands to set the mark.
  156. * Transient Mark::    How to make Emacs highlight the region-
  157.               when there is one.
  158. * Using Region::    Summary of ways to operate on contents of the region.
  159. * Marking Objects::    Commands to put region around textual units.
  160. * Mark Ring::        Previous mark positions saved so you can go back there.
  161. * Global Mark Ring::    Previous mark positions in various buffers.
  162.  
  163. Deletion and Killing
  164.  
  165. * Deletion::        Commands for deleting small amounts of text and
  166.               blank areas.
  167. * Killing by Lines::    How to kill entire lines of text at one time.
  168. * Other Kill Commands:: Commands to kill large regions of text and
  169.               syntactic units such as words and sentences.
  170.  
  171. Yanking
  172.  
  173. * Kill Ring::        Where killed text is stored.  Basic yanking.
  174. * Appending Kills::    Several kills in a row all yank together.
  175. * Earlier Kills::    Yanking something killed some time ago.
  176.  
  177. Registers
  178.  
  179. * RegPos::             Saving positions in registers.
  180. * RegText::            Saving text in registers.
  181. * RegRect::            Saving rectangles in registers.
  182. * RegConfig::              Saving window configurations in registers.
  183. * RegFiles::           File names in registers.
  184. * Bookmarks::              Bookmarks are like registers, but persistent.
  185.  
  186. Controlling the Display
  187.  
  188. * Scrolling::           Moving text up and down in a window.
  189. * Horizontal Scrolling::   Moving text left and right in a window.
  190. * Selective Display::       Hiding lines with lots of indentation.
  191. * European Display::       Displaying (and entering) European characters.
  192. * Follow Mode::            Follow mode lets two windows scroll as one.
  193. * Optional Mode Line::       Optional mode line features.
  194. * Display Vars::       Information on variables for customizing display.
  195.  
  196. Searching and Replacement
  197.  
  198. * Incremental Search::       Search happens as you type the string.
  199. * Nonincremental Search::  Specify entire string and then search.
  200. * Word Search::           Search for sequence of words.
  201. * Regexp Search::       Search for match for a regexp.
  202. * Regexps::           Syntax of regular expressions.
  203. * Search Case::           To ignore case while searching, or not.
  204. * Replace::           Search, and replace some or all matches.
  205. * Other Repeating Search:: Operating on all matches for some regexp.
  206.  
  207. Replacement Commands
  208.  
  209. * Unconditional Replace::  Replacing all matches for a string.
  210. * Regexp Replace::       Replacing all matches for a regexp.
  211. * Replacement and Case::   How replacements preserve case of letters.
  212. * Query Replace::       How to use querying.
  213.  
  214. Commands for Fixing Typos
  215.  
  216. * Kill Errors:: Commands to kill a batch of recently entered text.
  217. * Transpose::    Exchanging two characters, words, lines, lists...
  218. * Fixing Case:: Correcting case of last word entered.
  219. * Spelling::    Apply spelling checker to a word, or a whole file.
  220.  
  221. File Handling
  222.  
  223. * File Names::         How to type and edit file name arguments.
  224. * Visiting::         Visiting a file prepares Emacs to edit the file.
  225. * Saving::         Saving makes your changes permanent.
  226. * Reverting::         Reverting cancels all the changes not saved.
  227. * Auto Save::         Auto Save periodically protects against loss of data.
  228. * File Aliases::     Handling multiple names for one file.
  229. * Version Control::  Version control systems (RCS and SCCS).
  230. * Directories::         Listing the contents of a file directory.
  231. * Comparing Files::  Finding where two files differ.
  232. * Misc File Ops::    Other things you can do on files.
  233. * Compressed Files:: Accessing compressed files.
  234.  
  235. Saving Files
  236.  
  237. * Backup::      How Emacs saves the old version of your file.
  238. * Interlocking::  How Emacs protects against simultaneous editing
  239.             of one file by two users.
  240.  
  241. Version Control
  242.  
  243. * Version Systems::             Supported version control back end systems.
  244. * VC Concepts::                 Basic version control information;
  245.                                   checking files in and out.
  246. * Editing with VC::             Commands for editing a file maintained
  247.                                   with version control.
  248. * Log Entries::                 Logging your changes.
  249. * Change Logs and VC::          Generating a change log file from log entries.
  250. * Old Versions::                Examining and comparing old versions.
  251. * Branches::                    Selecting a branch to put your changes in,
  252.                                   and creating a new branch.
  253. * Status in VC::                Commands to view the VC status of files and
  254.                                   look at log entries.
  255. * Renaming and VC::             A command to rename both the source and
  256.                                   master file correctly.
  257. * Snapshots::                   How to make and use snapshots, a set of
  258.                                   file versions that can be treated as a unit.
  259. * Version Headers::             Inserting version control headers into
  260.                                   working files.
  261. * Customizing VC::              Variables to change VC's behavior.
  262.  
  263. Using Multiple Buffers
  264.  
  265. * Select Buffer::      Creating a new buffer or reselecting an old one.
  266. * List Buffers::       Getting a list of buffers that exist.
  267. * Misc Buffer::           Renaming; changing read-onliness; copying text.
  268. * Kill Buffer::           Killing buffers you no longer need.
  269. * Several Buffers::    How to go through the list of all buffers
  270.              and operate variously on several of them.
  271. * Indirect Buffers::   An indirect buffer shares the text of another buffer.
  272.  
  273. Multiple Windows
  274.  
  275. * Basic Window::       Introduction to Emacs windows.
  276. * Split Window::       New windows are made by splitting existing windows.
  277. * Other Window::       Moving to another window or doing something to it.
  278. * Pop Up Window::      Finding a file or buffer in another window.
  279. * Change Window::      Deleting windows and changing their sizes.
  280.  
  281. Frames and X Windows
  282.  
  283. * Mouse Commands::     Moving, cutting, and pasting, with the mouse.
  284. * Secondary Selection::Cutting without altering point and mark.
  285. * Mouse References::   Using the mouse to select an item from a list.
  286. * Mode Line Mouse::    Mouse clicks on the mode line.
  287. * Creating Frames::    Creating additional Emacs frames with various contents.
  288. * Special Buffer Frames::  You can make certain buffers have their own frames.
  289. * Frame Parameters::   Changing the colors and other modes of frames.
  290. * Scroll Bars::           How to enable and disable scroll bars; how to use them.
  291. * Menu Bars::           Enabling and disabling the menu bar.
  292. * Faces::           How to change the display style using faces.
  293. * Modifying Faces::    How to change what a particular face looks like.
  294. * Font Lock::          Minor mode for syntactic highlighting using faces.
  295. * Support Modes::      Font Lock support modes make Font Lock faster.
  296. * Misc X::           Iconifying and deleting frames.    Region highlighting.
  297. * Non-Window Terminals::  Multiple frames on terminals that only show one.
  298.  
  299. Font Lock Support Modes
  300.  
  301. * Fast Lock Mode::     Saving font information in files.
  302. * Lazy Lock Mode::     Fontifying only text that is actually displayed.
  303. * Fast or Lazy::       Which support mode is best for you?
  304.  
  305. Major Modes
  306.  
  307. * Choosing Modes::     How major modes are specified or chosen.
  308.  
  309. Indentation
  310.  
  311. * Indentation Commands::  Various commands and techniques for indentation.
  312. * Tab Stops::          You can set arbitrary "tab stops" and then
  313.                 indent to the next tab stop when you want to.
  314. * Just Spaces::          You can request indentation using just spaces.
  315.  
  316. Commands for Human Languages
  317.  
  318. * Words::      Moving over and killing words.
  319. * Sentences::      Moving over and killing sentences.
  320. * Paragraphs::      Moving over paragraphs.
  321. * Pages::      Moving over pages.
  322. * Filling::      Filling or justifying text.
  323. * Case::      Changing the case of text.
  324. * Text Mode::      The major modes for editing text files.
  325. * Outline Mode::  The major mode for editing outlines.
  326. * TeX Mode::      The major modes for editing input to the formatter TeX.
  327. * Nroff Mode::      The major mode for editing input to the formatter nroff.
  328. * Formatted Text::Editing formatted text directly in WYSIWYG fashion.
  329.  
  330. Filling Text
  331.  
  332. * Auto Fill::      Auto Fill mode breaks long lines automatically.
  333. * Fill Commands:: Commands to refill paragraphs and center lines.
  334. * Fill Prefix::      Filling when every line is indented or in a comment, etc.
  335.  
  336. Editing Programs
  337.  
  338. * Program Modes::     Major modes for editing programs.
  339. * Lists::          Expressions with balanced parentheses.
  340. * List Commands::     The commands for working with list and sexps.
  341. * Defuns::          Each program is made up of separate functions.
  342.             There are editing commands to operate on them.
  343. * Program Indent::    Adjusting indentation to show the nesting.
  344. * Matching::          Insertion of a close-delimiter flashes matching open.
  345. * Comments::          Inserting, killing, and aligning comments.
  346. * Balanced Editing::  Inserting two matching parentheses at once, etc.
  347. * Symbol Completion:: Completion on symbol names of your program or language.
  348. * Documentation::     Getting documentation of functions you plan to call.
  349. * Change Log::          Maintaining a change history for your program.
  350. * Tags::          Go direct to any function in your program in one
  351.             command.  Tags remembers which file it is in.
  352. * Emerge::          A convenient way of merging two versions of a program.
  353. * C Mode::          Special commands of C, C++, Objective-C and Java modes.
  354. * Fortran::          Fortran mode and its special features.
  355. * Asm Mode::          Asm mode and its special features.
  356.  
  357. Indentation for Programs
  358.  
  359. * Basic Indent::    Indenting a single line.
  360. * Multi-line Indent::    Commands to reindent many lines at once.
  361. * Lisp Indent::        Specifying how each Lisp function should be indented.
  362. * C Indent::        Choosing an indentation style for C code.
  363.  
  364. Tags Tables
  365.  
  366. * Tag Syntax::        Tag syntax for various types of code and text files.
  367. * Create Tags Table::    Creating a tags table with `etags'.
  368. * Select Tags Table::    How to visit a tags table.
  369. * Find Tag::        Commands to find the definition of a specific tag.
  370. * Tags Search::        Using a tags table for searching and replacing.
  371. * List Tags::        Listing and finding tags defined in a file.
  372.  
  373. Merging Files with Emerge
  374.  
  375. * Overview of Emerge::        How to start Emerge.  Basic concepts.
  376. * Submodes of Emerge::        Fast mode vs. Edit mode.
  377.                   Skip Prefers mode and Auto Advance mode.
  378. * State of Difference::        You do the merge by specifying state A or B
  379.                   for each difference.
  380. * Merge Commands::        Commands for selecting a difference,
  381.                   changing states of differences, etc.
  382. * Exiting Emerge::        What to do when you've finished the merge.
  383. * Combining in Emerge::        How to keep both alternatives for a difference.
  384. * Fine Points of Emerge::   Misc.
  385.  
  386. Compiling and Testing Programs
  387.  
  388. * Compilation::              Compiling programs in languages other
  389.                     than Lisp (C, Pascal, etc.)
  390. * Debuggers::              Running symbolic debuggers for
  391.                     non-Lisp programs.
  392. * Executing Lisp::          Various modes for editing Lisp programs,
  393.                     with different facilities for running
  394.                     the Lisp programs.
  395. * Libraries: Lisp Libraries.      Creating Lisp programs to run in Emacs.
  396. * Interaction: Lisp Interaction.  Executing Lisp in an Emacs buffer.
  397. * Eval: Lisp Eval.          Executing a single Lisp expression in Emacs.
  398. * External Lisp::          Communicating through Emacs with a
  399.                     separate Lisp.
  400.  
  401. Running Debuggers Under Emacs
  402.  
  403. * Starting GUD::    How to start a debugger subprocess.
  404. * Debugger Operation::    Connection between the debugger and source buffers.
  405. * Commands of GUD::    Key bindings for common commands.
  406. * GUD Customization::    Defining your own commands for GUD.
  407.  
  408. Abbrevs
  409.  
  410. * Abbrev Concepts::   Fundamentals of defined abbrevs.
  411. * Defining Abbrevs::  Defining an abbrev, so it will expand when typed.
  412. * Expanding Abbrevs:: Controlling expansion: prefixes, canceling expansion.
  413. * Editing Abbrevs::   Viewing or editing the entire list of defined abbrevs.
  414. * Saving Abbrevs::    Saving the entire list of abbrevs for another session.
  415. * Dynamic Abbrevs::   Abbreviations for words already in the buffer.
  416.  
  417. Editing Pictures
  418.  
  419. * Basic Picture::      Basic concepts and simple commands of Picture Mode.
  420. * Insert in Picture::      Controlling direction of cursor motion
  421.                 after "self-inserting" characters.
  422. * Tabs in Picture::      Various features for tab stops and indentation.
  423. * Rectangles in Picture:: Clearing and superimposing rectangles.
  424.  
  425. Sending Mail
  426.  
  427. * Mail Format::          Format of the mail being composed.
  428. * Mail Headers::             Details of permitted mail header fields.
  429. * Mail Aliases::             Abbreviating and grouping mail addresses.
  430. * Mail Mode::            Special commands for editing mail being composed.
  431. * Distracting NSA::          How to distract the NSA's attention.
  432.  
  433. Reading Mail with Rmail
  434.  
  435. * Rmail Basics::             Basic concepts of Rmail, and simple use.
  436. * Rmail Scrolling::          Scrolling through a message.
  437. * Rmail Motion::             Moving to another message.
  438. * Rmail Deletion::           Deleting and expunging messages.
  439. * Rmail Inbox::              How mail gets into the Rmail file.
  440. * Rmail Files::              Using multiple Rmail files.
  441. * Rmail Output::             Copying message out to files.
  442. * Rmail Labels::             Classifying messages by labeling them.
  443. * Rmail Reply::              Sending replies to messages you are viewing.
  444. * Rmail Summary::            Summaries show brief info on many messages.
  445. * Rmail Sorting::            Sorting messages in Rmail.
  446. * Rmail Display::            How Rmail displays a message; customization.
  447. * Rmail Editing::            Editing message text and headers in Rmail.
  448. * Rmail Digest::             Extracting the messages from a digest message.
  449. * Out of Rmail::         Converting an Rmail file to mailbox format.
  450. * Rmail Rot13::              Reading messages encoded in the rot13 code.
  451.  
  452. Dired, the Directory Editor
  453.  
  454. * Dired Enter::          How to invoke Dired.
  455. * Dired Commands::           Commands in the Dired buffer.
  456. * Dired Deletion::           Deleting files with Dired.
  457. * Flagging Many Files::      Flagging files based on their names.
  458. * Dired Visiting::           Other file operations through Dired.
  459. * Marks vs Flags::         Flagging for deletion vs marking.
  460. * Operating on Files::         How to copy, rename, print, compress, etc.
  461.                    either one file or several files.
  462. * Shell Commands in Dired::  Running a shell command on the marked files.
  463. * Transforming File Names::  Using patterns to rename multiple files.
  464. * Comparison in Dired::         Running `diff' by way of Dired.
  465. * Subdirectories in Dired::  Adding subdirectories to the Dired buffer.
  466. * Subdirectory Motion::         Moving across subdirectories, and up and down.
  467. * Hiding Subdirectories::    Making subdirectories visible or invisible.
  468. * Dired Updating::           Discarding lines for files of no interest.
  469. * Dired and Find::         Using `find' to choose the files for Dired.
  470.  
  471. The Calendar and the Diary
  472.  
  473. * Calendar Motion::      Moving through the calendar; selecting a date.
  474. * Scroll Calendar::      Bringing earlier or later months onto the screen.
  475. * Counting Days::      How many days are there between two dates?
  476. * General Calendar::      Exiting or recomputing the calendar.
  477. * TeX Calendar::          Print a calendar using TeX.
  478. * Holidays::          Displaying dates of holidays.
  479. * Sunrise/Sunset::      Displaying local times of sunrise and sunset.
  480. * Lunar Phases::      Displaying phases of the moon.
  481. * Other Calendars::      Converting dates to other calendar systems.
  482. * Diary::          Displaying events from your diary.
  483. * Appointments::      Reminders when it's time to do something.
  484. * Daylight Savings::      How to specify when daylight savings time is active.
  485.  
  486. Movement in the Calendar
  487.  
  488. * Calendar Unit Motion::      Moving by days, weeks, months, and years.
  489. * Move to Beginning or End::  Moving to start/end of weeks, months, and years.
  490. * Specified Dates::          Moving to the current date or another
  491.                 specific date.
  492.  
  493. Conversion To and From Other Calendars
  494.  
  495. * Calendar Systems::       The calendars Emacs understands
  496.                  (aside from Gregorian).
  497. * To Other Calendar::       Converting the selected date to various calendars.
  498. * From Other Calendar::       Moving to a date specified in another calendar.
  499. * Mayan Calendar::       Moving to a date specified in a Mayan calendar.
  500.  
  501. The Diary
  502.  
  503. * Diary Commands::       Viewing diary entries and associated calendar dates.
  504. * Format of Diary File::   Entering events in your diary.
  505. * Date Formats::       Various ways you can specify dates.
  506. * Adding to Diary::       Commands to create diary entries.
  507. * Special Diary Entries::  Anniversaries, blocks of dates, cyclic entries, etc.
  508.  
  509. GNUS
  510.  
  511. * Buffers of Gnus::       The group, summary and article buffers.
  512. * Gnus Startup::       What you should know about starting Gnus.
  513. * Summary of Gnus::       A short description of the basic Gnus commands.
  514.  
  515. Running Shell Commands from Emacs
  516.  
  517. * Single Shell::       How to run one shell command and return.
  518. * Interactive Shell::       Permanent shell taking input via Emacs.
  519. * Shell Mode::           Special Emacs commands used with permanent shell.
  520. * Shell History::          Repeating previous commands in a shell buffer.
  521. * Shell Options::          Options for customizing Shell mode.
  522. * Remote Host::           Connecting to another computer.
  523.  
  524. Customization
  525.  
  526. * Minor Modes::           Each minor mode is one feature you can turn on
  527.                  independently of any others.
  528. * Variables::           Many Emacs commands examine Emacs variables
  529.                  to decide what to do; by setting variables,
  530.                  you can control their functioning.
  531. * Keyboard Macros::       A keyboard macro records a sequence of
  532.                  keystrokes to be replayed with a single
  533.                  command.
  534. * Key Bindings::       The keymaps say what command each key runs.
  535.                  By changing them, you can "redefine keys".
  536. * Keyboard Translations::  If your keyboard passes an undesired code
  537.                  for a key, you can tell Emacs to
  538.                  substitute another code.
  539. * Syntax::           The syntax table controls how words and
  540.                   expressions are parsed.
  541. * Init File::           How to write common customizations in the
  542.                  `.emacs' file.
  543.  
  544. Variables
  545.  
  546. * Examining::         Examining or setting one variable's value.
  547. * Edit Options::     Examining or editing list of all variables' values.
  548. * Hooks::         Hook variables let you specify programs for parts
  549.                of Emacs to run on particular occasions.
  550. * Locals::         Per-buffer values of variables.
  551. * File Variables::   How files can specify variable values.
  552.  
  553. Keyboard Macros
  554.  
  555. * Basic Kbd Macro::  Defining and running keyboard macros.
  556. * Save Kbd Macro::   Giving keyboard macros names; saving them in files.
  557. * Kbd Macro Query::  Keyboard macros that do different things each use.
  558.  
  559. Customizing Key Bindings
  560.  
  561. * Keymaps::         Generalities.  The global keymap.
  562. * Prefix Keymaps::   Keymaps for prefix keys.
  563. * Local Keymaps::    Major and minor modes have their own keymaps.
  564. * Minibuffer Maps::  The minibuffer uses its own local keymaps.
  565. * Rebinding::         How to redefine one key's meaning conveniently.
  566. * Init Rebinding::   Rebinding keys with your init file, `.emacs'.
  567. * Function Keys::    Rebinding terminal function keys.
  568. * Named ASCII Chars::Distinguishing TAB from `C-i', and so on.
  569. * Mouse Buttons::    Rebinding mouse buttons in Emacs.
  570. * Disabling::         Disabling a command means confirmation is required
  571.                before it can be executed.  This is done to protect
  572.                beginners from surprises.
  573.  
  574. The Init File, `~/.emacs'
  575.  
  576. * Init Syntax::         Syntax of constants in Emacs Lisp.
  577. * Init Examples::    How to do some things with an init file.
  578. * Terminal Init::    Each terminal type can have an init file.
  579. * Find Init::         How Emacs finds the init file.
  580.  
  581. Dealing with Emacs Trouble
  582.  
  583. * DEL Gets Help::       What to do if DEL doesn't delete.
  584. * Stuck Recursive::     `[...]' in mode line around the parentheses.
  585. * Screen Garbled::      Garbage on the screen.
  586. * Text Garbled::        Garbage in the text.
  587. * Unasked-for Search::  Spontaneous entry to incremental search.
  588. * Memory Full::         How to cope when you run out of memory.
  589. * Emergency Escape::    Emergency escape--
  590.                           What to do if Emacs stops responding.
  591. * Total Frustration::   When you are at your wits' end.
  592.  
  593. Reporting Bugs
  594.  
  595. * Criteria:  Bug Criteria.     Have you really found a bug?
  596. * Understanding Bug Reporting::     How to report a bug effectively.
  597. * Checklist::             Steps to follow for a good bug report.
  598. * Sending Patches::         How to send a patch for GNU Emacs.
  599.  
  600. Command Line Options and Arguments
  601.  
  602. * Action Arguments::    Arguments to visit files, load libraries,
  603.               and call functions.
  604. * Initial Options::     Arguments that take effect while starting Emacs.
  605. * Command Example::     Examples of using command line arguments.
  606. * Resume Arguments::    Specifying arguments when you resume a running Emacs.
  607. * Environment::         Environment variables that Emacs uses.
  608.  
  609. * Display X::           Changing the default display and using remote login.
  610. * Font X::            Choosing a font for text, under X.
  611. * Colors X::            Choosing colors, under X.
  612. * Window Size X::       Start-up window size, under X.
  613. * Borders X::            Internal and external borders, under X.
  614. * Title X::             Specifying the initial frame's title.
  615. * Icons X::             Choosing what sort of icon to use, under X.
  616. * Resources X::         Advanced use of classes and resources, under X.
  617. * Lucid Resources::     X resources for Lucid menus.
  618. * Motif Resources::     X resources for Motif menus.
  619.  
  620. Environment Variables
  621.  
  622. * General Variables::      Environment variables that all versions of Emacs use.
  623. * Misc Variables::      Certain system specific variables.
  624.  
  625. MS-DOS and Windows NT/95
  626.  
  627. * Keyboard and Mouse on MS-DOS::
  628. * Display on MS-DOS::
  629. * File Names on MS-DOS::
  630. * Text and Binary::
  631. * Printing and MS-DOS::
  632. * Subprocesses on MS-DOS::
  633. * Windows Subprocesses::
  634. * System Menu on Windows::
  635.  
  636. 
  637. File: emacs,  Node: Distrib,  Next: Copying,  Prev: Top,  Up: Top
  638.  
  639. Distribution
  640. ************
  641.  
  642.    GNU Emacs is "free software"; this means that everyone is free to
  643. use it and free to redistribute it on certain conditions.  GNU Emacs is
  644. not in the public domain; it is copyrighted and there are restrictions
  645. on its distribution, but these restrictions are designed to permit
  646. everything that a good cooperating citizen would want to do.  What is
  647. not allowed is to try to prevent others from further sharing any version
  648. of GNU Emacs that they might get from you.  The precise conditions are
  649. found in the GNU General Public License that comes with Emacs and also
  650. appears following this section.
  651.  
  652.    One way to get a copy of GNU Emacs is from someone else who has it.
  653. You need not ask for our permission to do so, or tell any one else; just
  654. copy it.  If you have access to the Internet, you can get the latest
  655. distribution version of GNU Emacs by anonymous FTP; see the file
  656. `etc/FTP' in the Emacs distribution for more information.
  657.  
  658.    You may also receive GNU Emacs when you buy a computer.  Computer
  659. manufacturers are free to distribute copies on the same terms that
  660. apply to everyone else.  These terms require them to give you the full
  661. sources, including whatever changes they may have made, and to permit
  662. you to redistribute the GNU Emacs received from them under the usual
  663. terms of the General Public License.  In other words, the program must
  664. be free for you when you get it, not just free for the manufacturer.
  665.  
  666.    You can also order copies of GNU Emacs from the Free Software
  667. Foundation, on various magnetic media or on CD-ROM.  This is a
  668. convenient and reliable way to get a copy; it is also a good way to help
  669. fund our work.  (The Foundation has always received most of its funds in
  670. this way.)  An order form is included at the end of manuals printed by
  671. the Foundation.  It is also included in the file `etc/ORDERS' in the
  672. Emacs distribution.  For further information, write to
  673.  
  674.      Free Software Foundation
  675.      59 Temple Place, Suite 330
  676.      Boston, MA  02111-1307 USA
  677.      USA
  678.  
  679.    The income from distribution fees goes to support the foundation's
  680. purpose: the development of new free software, and improvements to our
  681. existing programs including GNU Emacs.
  682.  
  683.    If you find GNU Emacs useful, please *send a donation* to the Free
  684. Software Foundation to support our work.  Donations to the Free
  685. Software Foundation are tax deductible.  If you use GNU Emacs at your
  686. workplace, suggest that the company make a donation.  If company policy
  687. is unsympathetic to the idea of donating to charity, you might instead
  688. suggest ordering a CD-ROM from the Foundation occasionally, or
  689. subscribing to periodic updates.
  690.  
  691.